ConversationItemIds Property |
Contains the collection of item identifiers for all conversation items in the current folder.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemId> ItemIds { get; }Public ReadOnly Property ItemIds As IList(Of ItemId)
Get
Property Value
Type:
IListItemIdThe item ids.
See Also